home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Clickx 115
/
Clickx 115.iso
/
software
/
tools
/
windows
/
tails-i386-0.16.iso
/
live
/
filesystem.squashfs
/
usr
/
share
/
bug
/
linux-image-3.2.0-4-686-pae
/
include-modules
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2012-06-03
|
330 b
|
14 lines
add_modules() {
echo '** Loaded modules:' >&3
# List modules along with any taint flags.
# We should be able to tell cut to use an empty output delimiter, but
# currently (coreutils 8.13-3) this results in null bytes in the output.
cut -d' ' -f1,7 /proc/modules | sed 's/ //' >&3
echo >&3
}
ask_modules() {
true
}